Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Points


Q3Point_SetData

You can use the Q3Point_SetData function to set the data that defines a point object and its attributes.

TQ3Status Q3Point_SetData (
TQ3GeometryObject point, 
const TQ3PointData *pointData);
point
A point.
pointData
A pointer to a TQ3PointData structure.
DESCRIPTION
The Q3Point_SetData function sets the data associated with the point specified by the point parameter to the data specified by the pointData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996